翻訳と辞書
Words near each other
・ Peechoho
・ Peeckelhaeringh
・ Peedee Formation
・ Peederga
・ Peedi Peedi
・ Peeds, Virginia
・ Peedu
・ Peege
・ PEEK
・ Peek
・ Peek & Cloppenburg
・ Peek & Poke (White Town album)
・ Peek (crater)
・ Peek (data type operation)
・ Peek (mobile Internet device)
PEEK and POKE
・ Peek baronets
・ Peek Freans
・ Peek'n Peak
・ Peek'n Peak Classic
・ Peek's Creek
・ Peek's law
・ Peek-a-Boo (boxing style)
・ Peek-a-Boo (song)
・ Peek-A-Boo Poker
・ Peek-A-Boo Records
・ Peek-A-Boo Veach
・ Peek-A-Poo
・ Peeka
・ Peekaboo


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

PEEK and POKE : ウィキペディア英語版
PEEK and POKE

In computing, PEEK is a BASIC programming language extension used for reading the contents of a memory cell at a specified address. The corresponding command to set the contents of a memory cell is POKE.
==Statement syntax==

The PEEK function and POKE command are usually invoked as follows, either in direct mode (entered and executed at the BASIC prompt) or in indirect mode (as part of a program):

integer_variable = PEEK(address)
POKE address, value

The ''address'' and ''value'' parameters may contain complex expressions, as long as the evaluated expressions correspond to valid memory addresses or values, respectively. A valid ''address'' in this context is an address within the computer's address space, while a valid ''value'' is (typically) an unsigned value between zero and the maximum unsigned number that the minimum addressable unit (memory cell) may hold.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「PEEK and POKE」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.